services.activitywatch.watchers.<name>.settingsFilename

The filename of the generated settings file. By default, this uses the watcher name to be generated at $XDG_CONFIG_HOME/activitywatch/$NAME/$NAME.toml.

This is useful in case the watcher requires a different name for the configuration file.

Type
string
Default
"‹name›.toml"
Example
"config.toml"
Declared
<home-manager/modules/services/activitywatch.nix>